home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 121 (1990-02-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 121 (1990-02-15)(Ossowski, Stefan)(DE)(PD).adf / MegaWB / MegaWB.Readme < prev    next >
Text File  |  1989-11-08  |  4KB  |  129 lines

  1.  
  2.  
  3.                               M e g a W B
  4.                            =================
  5.  
  6.  
  7.                       © 1988 by Fridtjof Siebert
  8.                              Nobileweg 67
  9.                            7000 Stuttgart 40
  10.  
  11.  
  12.  
  13. Description:
  14.  
  15.  
  16.   This Program makes it possible to make your Workbenchscreen as large as
  17.   you like! All the problems you've had with programs like TurboBackup,
  18.   KwikBackUp, AudioMaster etc. are gone now. You can easily drag their
  19.   Window away or use the Workbench area around them!
  20.  
  21.   To be able to use the hole Workbench, it scrolls everytime you move the
  22.   mouse.
  23.  
  24.   There are two different methods to scroll the Workbenchscreen. You can
  25.   select proportional scrolling. Then your workbench will scroll anytime
  26.   you move the mouse. If you don't select this mode, the workbench scrolls
  27.   everytime the pointer hits the Workbench's edges.
  28.  
  29.  
  30. How to use it:
  31.  
  32.   You can start MegaWB by doubleclicking its Icon or by typing its name
  33.   into your CLI window.
  34.  
  35.   Usage:  MegaWB [P] [WIDTH HEIGHT]
  36.  
  37.  
  38.   The Option "P" selects proportional mode.
  39.  
  40.   WIDTH and HEIGHT specify the size your Workbench should have. If you
  41.   start MegaWB without specifying the size, it'll create a 1024 x 512
  42.   pixels large Workbench.
  43.  
  44.   Example: MegaWB P 800 400
  45.  
  46.  
  47.   If you start MegaWB by clicking it's Icon, it'll read its parameters from
  48.   the toolTypes of its Icon. The ToolTypes "WIDTH" and "HEIGHT" specify the
  49.   Workbench's size. IF you set "PROP" in the "FLAGS"-ToolType, your
  50.   Workbench will scroll proportionally to your mousemovements.
  51.  
  52.   Example:
  53.  
  54.     FLAGS=PROP
  55.     WIDTH=1024
  56.     HEIGHT=512
  57.  
  58.   The Workbench's width and height shouldn't be higher than 1024, 'cause
  59.   that's the maximum size of a bitmap blitter can handle. If your workbench
  60.   is too large, you may accidentally make a window higher or wider than
  61.   1024 Pixels. This causes strange things to happen.
  62.  
  63.   If you start MegaWB within your Startup-Sequence ("RunBack MegaWB 800
  64.   400"), before you execute LoadWB, the Workbenchwindow will be as big as
  65.   your Workbench. Then the Disk-Icons will appear at the very right border
  66.   of your MegaWB-Screen.
  67.  
  68.  
  69. How to quit MegaWB:
  70.  
  71.  
  72.   To get back your ancient Workbench, just start MegaWB once again. You
  73.   have to have smallened all your Windows and have moved them to the upper
  74.   left corner of the Workbench, else MegaWB won't quit. If there isn't
  75.   enough Chip-Memory available to allocate the original Workbench's BitMap,
  76.   MegaWB won't quit or will open a 1 plane deep Workbench.
  77.  
  78.  
  79. Tricks:
  80.  
  81.   MegaWB starts to be really funny when you've installed Mathew Dillon's
  82.   DMouse (Fish-Disk 145, 160 and 168). Then you can scroll through your
  83.   great Workbench with an accelerated mousepointer. To use DMouse
  84.   together with MegaWB, you have to set DMouse's Inputhandler-priority to a
  85.   value higher than MegaWB's, i.e. at least 52.
  86.  
  87.   It's very useful to have a memory extension (more than 1MB), because a
  88.   1024 x 1024 pixel large Workbench eats 256 KB!
  89.  
  90.   My favorite Workbenchsize is 704 x 1024 (I use an overscan 704x278
  91.   Workbench). This way I am able to use several texteditors (DME's) and I
  92.   can put them directly above each other.
  93.  
  94.  
  95. Bugs:
  96.  
  97.   The large Workbench doesn't have any ScreenDepth-Gadgets. I never use the
  98.   Workbench's ScreenDepth-Gadgets, that's why I didn't even try to remove
  99.   this bug. Just use C=-M and C=-N!
  100.  
  101.   Some programs are not written to run on a very large workbench so they
  102.   get a bit confused if you make their windows bigger than the size of the
  103.   original Workbenchscreen.
  104.  
  105.   It is sometime possible to drag a window one pixel over the
  106.   Workbenchscreen's right border. This trashes the display a bit but
  107.   doesn't cause any serious problems.
  108.  
  109.  
  110. Copyright:
  111.  
  112.   MegaWB is Public Domain. It is free to be copied and to be given to other
  113.   Amiga-Users. The only limitation is that you have to leave my Name in the
  114.   program, in its source and in the documentation files.
  115.  
  116.   Who makes any changes in the program is allowed to add his name in the
  117.   programs head, but he mustn't remove my name. I think that it would be
  118.   good if anybody who has made any improvements or has any suggestions
  119.   sends them to me.
  120.  
  121.   If there's anyone who would send a Shareware-fee to me if this program
  122.   was ShareWare, he can do this anyway. He can decide which amount he'd
  123.   like to send. I'm not only interested in money, but also (maybe even
  124.   more) in new and good public domain software.
  125.  
  126.  
  127. ---  Fridtjof.
  128.  
  129.